home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / f90 / numeric.z / numeric
Encoding:
Text File  |  1998-10-30  |  3.2 KB  |  133 lines

  1.  
  2.  
  3.  
  4. NNNNUUUUMMMMEEEERRRRIIIICCCC((((3333FFFF))))                                                        NNNNUUUUMMMMEEEERRRRIIIICCCC((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      - return scalar values related to parameters of an associated model
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ddddiiiiggggiiiittttssss ((((xxxx))))
  13.      eeeeppppssssiiiilllloooonnnn ((((xxxx))))
  14.      hhhhuuuuggggeeee ((((xxxx))))
  15.      mmmmaaaaxxxxeeeexxxxppppoooonnnneeeennnntttt ((((xxxx))))
  16.      mmmmiiiinnnneeeexxxxppppoooonnnneeeennnntttt ((((xxxx))))
  17.      pppprrrreeeecccciiiissssiiiioooonnnn ((((xxxx))))
  18.      rrrraaaaddddiiiixxxx ((((xxxx))))
  19.      rrrraaaannnnggggeeee ((((xxxx))))
  20.      ttttiiiinnnnyyyy ((((xxxx))))
  21.  
  22. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  23.      These Fortran 90 inquiry functions return scalar values that describe
  24.      parameters of a model which represents numbers of the type and type
  25.      parameters of argument _x; the value of the argument need not be defined,
  26.      if a pointer it may be disassociated, if an array it need not be
  27.      allocated. It must be of integer or real type.
  28.  
  29.      The _d_i_g_i_t_s function returns an integer with the number of significant
  30.      digits in the model for _x.
  31.  
  32.      The _e_p_s_i_l_o_n function returns the difference between 1 and the next
  33.      nearest representable number amongst real types of the same type and kind
  34.      as _x.
  35.  
  36.      The _h_u_g_e function returns the largest number that can be represented in
  37.      the same type and kind as _x.  The _t_i_n_y function is similar, but
  38.      represents the smallest number instead of the largest.
  39.  
  40.      The _m_a_x_e_x_p_o_n_e_n_t function returns the largest exponent for real numbers of
  41.      the the same type and kind as _x.  The result is an integer. The
  42.      _m_i_n_e_x_p_o_n_e_n_t function is similiar, but returns the smallest exponent for
  43.      real numbers of the the same type and kind as _x.
  44.  
  45.      The _p_r_e_c_i_s_i_o_n function returns an integer with the decimal precision for
  46.      real numbers of the same type and kind as _x.
  47.  
  48.      The _r_a_d_i_x function returns an integer with the base of integer or real
  49.      numbers of the same type and kind as _x.
  50.  
  51.      The _r_a_n_g_e function returns an integer with the decimal exponent range for
  52.      integer or real numbers of the same type and kind as _x.
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. NNNNUUUUMMMMEEEERRRRIIIICCCC((((3333FFFF))))                                                        NNNNUUUUMMMMEEEERRRRIIIICCCC((((3333FFFF))))
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.                                                                         PPPPaaaaggggeeee 2222
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.